TPTP Problem File: SYO551^1.p

View Solutions - Solve Problem

%------------------------------------------------------------------------------
% File     : SYO551^1 : TPTP v8.2.0. Released v5.2.0.
% Domain   : Syntactic
% Problem  : The identity function on functions from $i to $i exists
% Version  : Especial.
% English  : 

% Refs     : [Bro11] Brown E. (2011), Email to Geoff Sutcliffe
% Source   : [Bro11]
% Names    : IDii [Bro11]

% Status   : Theorem
% Rating   : 0.20 v8.2.0, 0.46 v8.1.0, 0.45 v7.5.0, 0.14 v7.4.0, 0.00 v6.2.0, 0.29 v6.1.0, 0.00 v6.0.0, 0.14 v5.5.0, 0.17 v5.4.0, 0.20 v5.2.0
% Syntax   : Number of formulae    :    1 (   1 unt;   0 typ;   0 def)
%            Number of atoms       :    1 (   1 equ;   0 cnn)
%            Maximal formula atoms :    1 (   1 avg)
%            Number of connectives :    1 (   0   ~;   0   |;   0   &;   1   @)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    3 (   3 avg)
%            Number of types       :    1 (   0 usr)
%            Number of type conns  :    4 (   4   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :    1 (   0 usr;   0 con; 2-2 aty)
%            Number of variables   :    2 (   0   ^;   1   !;   1   ?;   2   :)
% SPC      : TH0_THM_EQU_NAR

% Comments : This simple problem tests higher-order instantiations.
%------------------------------------------------------------------------------
thf(claim,conjecture,
    ? [F: ( $i > $i ) > $i > $i] :
    ! [X: $i > $i] :
      ( ( F @ X )
      = X ) ).

%------------------------------------------------------------------------------